var net.testHookDialTCP
3 uses
net (current package)
hook.go#L14: testHookDialTCP func(ctx context.Context, net string, laddr, raddr *TCPAddr) (*TCPConn, error)
tcpsock_posix.go#L58: if testHookDialTCP != nil {
tcpsock_posix.go#L59: return testHookDialTCP(ctx, sd.network, laddr, raddr)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)